TurnoutCreationParamsMainProfileId Property |
Gets or sets the main profile id of the turnout
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId MainProfileId { get; set; }
Public Property MainProfileId As ObjectId
Get
Set
public:
property ObjectId MainProfileId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- MainProfileId is invalid if it is not null.
|
See Also