ShapeAttributeCollectionItem Property (Int32) |
Get or set the attribute of the specified index.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract ShapeAttribute this[
int index
] { get; set; }
Public MustOverride Default Property Item (
index As Integer
) As ShapeAttribute
Get
Set
Parameters
- index
- Type: SystemInt32
index
Return Value
Type:
ShapeAttributeSee Also