Share

Part.ProfileViewPartId Property

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



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

Syntax

C#

public ObjectId ProfileViewPartId { get; }

VB

Public ReadOnly Property ProfileViewPartId As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.ProfileViewPart If the part is not ever drawn in any profile view, the returned object id is null.

See Also

Reference

Was this information helpful?