STK ObjectsSend comments on this topic.
SetLeadDataType Method (IAgVeGfxLeadTrailData)
See Also
LeadData
Windows





Windows & Linux

Description

Lead data type.

Syntax

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

Parameters

LeadData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.