STK UtilSend comments on this topic.
Properties Property (IAgRuntimeTypeInfo)
See Also
Windows





Windows & Linux

Description

The collection of properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Properties() As IAgPropertyInfoCollection
[C#]
public IAgPropertyInfoCollection Properties {get;}
[Managed C++]
public: __property IAgPropertyInfoCollection ^ get_Properties();
[Unmanaged C++]
public: HRESULT get_Properties(
    IAgPropertyInfoCollection ** ppRetVal
);
[Java]
public IAgPropertyInfoCollection getProperties();
[Python - STK API ]
@property
def Properties(self) -> "IAgPropertyInfoCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.