AGI STK Objects 11Send comments on this topic.
Max Property (IAgAccessCnstrAWB)
See Also 
Windows






Windows & Linux

Description

Max value for the access constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Max() As System.Object
[C#]
public System.Object Max {get; set;}
[Managed C++]
public: __property VARIANT get_Max();
public: __property void set_Max(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_Max(
   VARIANT * pRetVal
);
public: HRESULT put_Max(
   VARIANT NewMax
);
[Java]
public Variant getMax();public void setMax(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.