Share

HardcodedOffsetBaseline.ProfileId Property

Gets the ObjectId of the associated Profile.



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

Syntax

C#

public override ObjectId ProfileId { get; }

VB

Public Overrides ReadOnly Property ProfileId As ObjectId
	Get

C++

public:
virtual property ObjectId ProfileId {
	ObjectId get () override;
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?