ShapeAttributeCollectionIndexOf Method |
Get the index of the specified attribute.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract int IndexOf(
ShapeAttribute attribute
)
Public MustOverride Function IndexOf (
attribute As ShapeAttribute
) As Integer
Parameters
- attribute
- Type: RootPro.RootProCADShapeAttribute
Return Value
Type:
Int32See Also