Gets the ObjectId of the Site which FeatureLine belongs to.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId SiteId { get; }
VB
Public ReadOnly Property SiteId As ObjectId Get
C++
public: property ObjectId SiteId { ObjectId get (); }