Share

Entity.FolderId Property

Gets the folder ObjectId of the Entity Returns ObjectId::Null if the Entity is located in root folder



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

Syntax

C#

public ObjectId FolderId { get; }

VB

Public ReadOnly Property FolderId As ObjectId
	Get

C++

public:
property ObjectId FolderId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?