ProfileId Property

Gets the ObjectId of the associated Profile.

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

Syntax

C#

public override ObjectId ProfileId { get; }

Visual Basic

Public Overrides ReadOnly Property ProfileId As ObjectId
	Get

Visual C++

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

See Also