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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ObjectId DataSourceId { get; }
Visual Basic
Public ReadOnly Property DataSourceId As ObjectId
	Get
Visual C++
public:
property ObjectId DataSourceId {
	ObjectId get ();
}

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