Visual Basic | |
---|---|
Function GetShapeNumber() As System.Integer |
C# | |
---|---|
System.int GetShapeNumber() |
JavaScript | |
---|---|
GetShapeNumber() : Number |
Parameters
- Number[out] or Return Value
- Code number of the shape's character with its SHX font (see Remarks)
A shape is stored as a reference to a font and to a character within that font. Essentially a shape is a single character of a compiled shape (SHX) font. This method gets the number of that character.
DraftSight V1R4.0