Gets the object id of the part family from this parts list by index
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ObjectId this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ObjectId Get |
Visual C++ |
---|
public: property ObjectId default[int index] { ObjectId get (int index); } |
Parameters
- index
- Type: System..::..Int32
Specifies the index of the part family to get
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.PartFamily