AGI STK VGT 11Send comments on this topic.
Constraint Property (IAgCrdnVolumeGridConstrained)
See Also 
Windows






Windows & Linux

Description

Get the volume constraint on the grid.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Constraint() As IAgCrdnVolume
[C#]
public IAgCrdnVolume Constraint {get; set;}
[Managed C++]
public: __property IAgCrdnVolume^ get_Constraint();
public: __property void set_Constraint(
   IAgCrdnVolume ^
);
[Unmanaged C++]
public: HRESULT get_Constraint(
   IAgCrdnVolume ** ppRetVal
);
public: HRESULT put_Constraint(
   IAgCrdnVolume * pNewConstraint
);
[Java]
public IAgCrdnVolume getConstraint();public void setConstraint(
   IAgCrdnVolume
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.