STK Vector Geometry ToolSend comments on this topic.
ConstraintObject Property (IAgCrdnVolumeInview)
See Also
Windows





Windows & Linux

Description

A constraint object of the access.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstraintObject() As System.Object
[C#]
public System.Object ConstraintObject {get; set;}
[Managed C++]
public: __property VARIANT get_ConstraintObject();
public: __property void set_ConstraintObject( VARIANT );
[Unmanaged C++]
public: HRESULT get_ConstraintObject(
    VARIANT * pRetVal
);
public: HRESULT put_ConstraintObject(
    VARIANT ConstraintObject
);
[Java]
public AgVariant getConstraintObject();
public void setConstraintObject(
    AgVariant
);
[Python - STK API ]
@property
def ConstraintObject(self) -> typing.Any:

@ConstraintObject.setter
def ConstraintObject(self, ConstraintObject:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.