ProfileId Property

Gets the ID of the Profile this baseline is associated with.

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

Syntax

C#

public abstract ObjectId ProfileId { get; }

Visual Basic

Public MustOverride ReadOnly Property ProfileId As ObjectId
	Get

Visual C++

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

See Also