STK Vector Geometry ToolSend comments on this topic.
GetProperty Method (IAgCrdnCalcScalarPlugin)
See Also
Name
The name of the property to be read.
Windows





Windows & Linux

Description

The method reads a value of the specified plugin property. The method throws an exception if the property does not exist.

Syntax

[Visual Basic .NET]
Public Function GetProperty( _
    ByVal Name As String _
) As String
[C#]
public string GetProperty(
    string Name
);
[Managed C++]
public: String __gc ^ GetProperty(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetProperty(
    BSTR Name,
    BSTR * pRetVal
);
[Java]
public String getProperty(
    String Name
);
[Python - STK API ]
def GetProperty(self, Name:str) -> str:

Parameters

Name
The name of the property to be read.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.