ProfileId Property

Gets or sets the Profile Id

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

Syntax

C#

public virtual ObjectId ProfileId { get; set; }

Visual Basic

Public Overridable Property ProfileId As ObjectId
	Get
	Set

Visual C++

public:
virtual property ObjectId ProfileId {
	ObjectId get ();
	void set (ObjectId value);
}

See Also