CADability dotNET
Gets all custom attributes attached to this object

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
string[] CustomAttributeKeys { get; }
Visual Basic
ReadOnly Property CustomAttributeKeys As String()
	Get
Visual C++
property array<String^>^ CustomAttributeKeys {
	array<String^>^ get ();
}

See Also