BaseBaselineProfileId Property |
Gets the ID of the Profile this baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic abstract ObjectId ProfileId { get; }
Public MustOverride ReadOnly Property ProfileId As ObjectId
Get
public:
virtual property ObjectId ProfileId {
ObjectId get () abstract;
}
Property Value
ObjectId
See Also