AlignmentArcCurveGroupSubEntityIndex Property |
Gets or sets the AlignmentArc's group subentity index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string CurveGroupSubEntityIndex { get; set; }
Public Property CurveGroupSubEntityIndex As String
Get
Set
public:
property String^ CurveGroupSubEntityIndex {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- Gets an invalid property value in the entity's constraint type.
- Sets an invalid value to the property in the entity's constraint type.
- Sets operation is restricted by the entity's constraint type.
|
See Also