GetShapeExtent Method
Description
Gets the extents of a named shape.
Syntax
Visual Basic |
---|
Public Function GetShapeExtent( _ ByVal shape As String _ ) As String |
Parameters
- shape
- The shape whose extents are required.
Return Type
A comma-delimited string containing a pair of x, y and z coordinates describing the visible extents of the current window. Use SplitExtent to get the pair of x, y and z values themselves.
Remarks
Available: GEO D OD OM SISpy
Group:
Example
sis.GetShapeExtent ( Area1)