STK UtilSend comments on this topic.
IAgPropertyInfo Interface

Description

Property information.

Public Methods

Public Method GetValueThe value of the property. Use PropertyType to determine the type to cast to.
Public Method SetValueThe value of the property. Use PropertyType to determine the type to cast to.

Public Properties

Public Property HasMaxUsed to determine if the property has a maximum value.
Public Property HasMinUsed to determine if the property has a minimum value.
Public Property MaxThe maximum value of this property. Use PropertyType to determine the type to cast to.
Public Property MinThe minimum value of this property. Use PropertyType to determine the type to cast to.
Public Property NameThe name of the property.
Public Property PropertyTypeThe type of property.
© 2023 Analytical Graphics, Inc. All Rights Reserved.