STK ObjectsSend comments on this topic.
AccessConstraints Property (IAgFacility)
See Also
Windows





Windows & Linux

Description

Get the constraints imposed on the facility.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AccessConstraints() As IAgAccessConstraintCollection
[C#]
public IAgAccessConstraintCollection AccessConstraints {get;}
[Managed C++]
public: __property IAgAccessConstraintCollection ^ get_AccessConstraints();
[Unmanaged C++]
public: HRESULT get_AccessConstraints(
    IAgAccessConstraintCollection ** ppAgAccessConstraints
);
[Java]
public IAgAccessConstraintCollection getAccessConstraints();
[Python - STK API ]
@property
def AccessConstraints(self) -> "IAgAccessConstraintCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.