Share

PressurePipeRun.ReferenceProfileId Property

Gets the object id of Autodesk.Civil.DatabaseServices.Profile that is used as reference profile.



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

Syntax

C#

public ObjectId ReferenceProfileId { get; }

VB

Public ReadOnly Property ReferenceProfileId As ObjectId
	Get

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?