Access global methods and properties of
ConstantDisplayCondition (what's known as static properties, static
methods and constructors in languages such as C++, C#, etc.)
Read-only property
[Visual Basic .NET] |
---|
Public Property ConstantDisplayCondition() As IAgStkGraphicsConstantDisplayConditionFactory
|
[C#] |
---|
public IAgStkGraphicsConstantDisplayConditionFactory ConstantDisplayCondition {get;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsConstantDisplayConditionFactory^ get_ConstantDisplayCondition();
|
[Unmanaged C++] |
---|
public: HRESULT get_ConstantDisplayCondition(
|
[Java] |
---|
public IAgStkGraphicsConstantDisplayConditionFactory getConstantDisplayCondition();
|