STK ObjectsSend comments on this topic.
Constraint Property (IAgFmDefAccessConstraint)
See Also
Windows





Windows & Linux

Description

Name of the access constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Constraint() As String
[C#]
public string Constraint {get; set;}
[Managed C++]
public: __property String __gc ^ get_Constraint();
public: __property void set_Constraint( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Constraint(
    BSTR * pConstraintName
);
public: HRESULT put_Constraint(
    BSTR ConstraintName
);
[Java]
public String getConstraint();
public void setConstraint(
    String
);
[Python - STK API ]
@property
def Constraint(self) -> str:

@Constraint.setter
def Constraint(self, ConstraintName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.