CommandMethodAttributeGlobalName
Property
|
Property that represents command global
name.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual string GlobalName { get; }
Public Overridable ReadOnly Property GlobalName As String
Get
public:
virtual property String^ GlobalName {
String^ get ();
}
abstract GlobalName : string with get
override GlobalName : string with get
Property Value
String
Implements
ICommandLineCallableGlobalName
See Also