STK Vector Geometry ToolSend comments on this topic.
Template Property (IAgCrdnInstance)
See Also
Windows





Windows & Linux

Description

Returns a template object the VGT component was created from or null if the VGT component was not created from a template.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.