ProfileDataSourceId Property

Gets the object id of object that is associated with the profile.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId DataSourceId { 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