ProfileDataSourceId Property |
Gets the object id of object that is associated with the profile.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId DataSourceId { get; }
Public ReadOnly Property DataSourceId As ObjectId
Get
public:
property ObjectId DataSourceId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Surface, for surface profile, returns the object id of the surface represented in the profile.
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Profile, for superimposed profiles, returns the object id of the superimposed profile.
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Corridor, for corridor profiles, returns the object id of the source corridor.
Not used for other type of profiles.
See Also