DefineNolShape Method
Description
Defines a named Symbol in a Named Object Library, from the items in a Named List, replacing any existing Symbol with the same name.
Syntax
Visual Basic |
---|
Public Function DefineNolShape( _ ByVal shape As String, _ ByVal list As String, _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ ByVal s As Double _ ) As Integer |
Parameters
- shape
- The named Symbol to create, or replace.
- list
- The Named List containing the Items which make up the Symbol.
- x
- The x coordinate of the origin of the Symbol.
- y
- The y coordinate of the origin of the Symbol.
- z
- The z coordinate of the origin of the Symbol.
- s
- The scale of the Symbol.
Remarks
Available: GEO OD SISpy
Group:
Example
sis.DefineNolShape("TrigPoint", "Trig", 50, 100, 0, 2)