Share

AutoFeatureLine.ProfileId Property

Gets or sets the Profile Id



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

Syntax

C#

public virtual ObjectId ProfileId { get; set; }

VB

Public Overridable Property ProfileId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?