STK UtilSend comments on this topic.
IAgPropertyInfo Interface

Description

Property information.

Public Methods

Public Method GetValueGet the value of the property. Use PropertyType to determine the type to cast to.
Public Method SetValueSet the value of the property. Use PropertyType to determine the type to cast to.

Public Properties

Public Property HasMaxDetermine if the property has a maximum value.
Public Property HasMinDetermine if the property has a minimum value.
Public Property MaxGet the maximum value of this property. Use PropertyType to determine the type to cast to.
Public Property MinGet the minimum value of this property. Use PropertyType to determine the type to cast to.
Public Property NameGet the name of the property.
Public Property PropertyTypeGet the type of property.
© 2024 Analytical Graphics, Inc. All Rights Reserved.