InterfaceODBLayerGetPolygonOutlineFromShapeIndex Method
Create IPolyClass outline form shape index.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
IPolyClass GetPolygonOutlineFromShapeIndex(
int shapeIndex
)
Function GetPolygonOutlineFromShapeIndex (
shapeIndex As Integer
) As IPolyClass
IPolyClass^ GetPolygonOutlineFromShapeIndex(
int shapeIndex
)
abstract GetPolygonOutlineFromShapeIndex :
shapeIndex : int -> IPolyClass
- shapeIndex Int32
- Identify the relevant symbol to create IPolyClass outline.
IPolyClassOutline of polygon or null.