PointUserAttributes Property
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public IList<Tuple<string, AttribVariant>> UserAttributes { get; }
Public ReadOnly Property UserAttributes As IList(Of Tuple(Of String, AttribVariant))
Get
public:
property IList<Tuple<String^, AttribVariant^>^>^ UserAttributes {
IList<Tuple<String^, AttribVariant^>^>^ get ();
}
member UserAttributes : IList<Tuple<string, AttribVariant>> with get
Property Value
IListTupleString,
AttribVariant
See Also