Accusoft.NotateXpress13.Net
SetAbbreviation Method (ProtractorTool)




The AngleUnit to apply the abbreviation.
A string value which represents the new abbreviation string.
Sets the specified abbreviation for the given tool.
Syntax
'Declaration
 
Public Sub SetAbbreviation( _
   ByVal AngleUnit As AngleUnit, _
   ByVal abbreviation As String _
) 
'Usage
 
Dim instance As ProtractorTool
Dim AngleUnit As AngleUnit
Dim abbreviation As String
 
instance.SetAbbreviation(AngleUnit, abbreviation)
public void SetAbbreviation( 
   AngleUnit AngleUnit,
   string abbreviation
)
public: void SetAbbreviation( 
   AngleUnit AngleUnit,
   string* abbreviation
) 
public:
void SetAbbreviation( 
   AngleUnit AngleUnit,
   String^ abbreviation
) 

Parameters

AngleUnit
The AngleUnit to apply the abbreviation.
abbreviation
A string value which represents the new abbreviation string.
See Also

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback