STK ObjectsSend comments on this topic.
SetDefinitionType Method (IAgObjectCoverageFOM)
See Also
Def
Windows





Windows & Linux

Description

Set the definition type.

Syntax

[Visual Basic .NET]
Public Sub SetDefinitionType( _
    ByVal Def As AgEFmDefinitionType _
)
[C#]
public void SetDefinitionType(
    AgEFmDefinitionType Def
);
[Managed C++]
public: void SetDefinitionType(
    AgEFmDefinitionType Def
);
[Unmanaged C++]
public: HRESULT SetDefinitionType(
    AgEFmDefinitionType Def
);
[Java]
public void setDefinitionType(
    AgEFmDefinitionType Def
);
[Python - STK API ]
def SetDefinitionType(self, Def:"AgEFmDefinitionType") -> None:

Parameters

Def

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.