STK ObjectsSend comments on this topic.
AccessConstraintPaths Property (IAgStkPreferencesPythonPlugins)
See Also
Windows





Windows & Linux

Description

Returns a list of paths to Python access constraint plugin.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AccessConstraintPaths() As IAgPathCollection
[C#]
public IAgPathCollection AccessConstraintPaths {get;}
[Managed C++]
public: __property IAgPathCollection ^ get_AccessConstraintPaths();
[Unmanaged C++]
public: HRESULT get_AccessConstraintPaths(
    IAgPathCollection ** ppRetVal
);
[Java]
public IAgPathCollection getAccessConstraintPaths();
[Python - STK API ]
@property
def AccessConstraintPaths(self) -> "IAgPathCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.