IGetPolylines Method (ISketch)
Gets the polylines in this sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPolylines() As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketch
Dim value As System.Double
value = instance.IGetPolylines() |
C# | |
---|
System.double IGetPolylines() |
C++/CLI | |
---|
System.double IGetPolylines(); |
Return Value
- in-process, unmanaged C++: Pointer to an array containing the polylines in this sketch
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
See Also