Share

Part.SectionViewPartId Property

Gets the object id of the part's counterpart in section views.



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

Syntax

C#

public ObjectId SectionViewPartId { get; }

VB

Public ReadOnly Property SectionViewPartId As ObjectId
	Get

C++

public:
property ObjectId SectionViewPartId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.SectionViewPart

See Also

Reference

Was this information helpful?