State Config. properties
Read-only property
[Visual Basic .NET] |
---|
Public Property StateConfigProperties() As IAgVAStateConfigCollection |
[C#] |
---|
public IAgVAStateConfigCollection StateConfigProperties {get;} |
[Managed C++] |
---|
public: __property IAgVAStateConfigCollection ^ get_StateConfigProperties(); |
[Unmanaged C++] |
---|
public: HRESULT get_StateConfigProperties( IAgVAStateConfigCollection ** ppRetVal ); |
[Java] |
---|
public IAgVAStateConfigCollection getStateConfigProperties(); |
[Python - STK API ![]() |
---|
@property def StateConfigProperties(self) -> "IAgVAStateConfigCollection": |