STK ObjectsSend comments on this topic.
EndObject Property (IAgChain)
See Also
Windows





Windows & Linux

Description

End object for the Chain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EndObject() As IAgStkObject
[C#]
public IAgStkObject EndObject {get; set;}
[Managed C++]
public: __property IAgStkObject ^ get_EndObject();
public: __property void set_EndObject( IAgStkObject );
[Unmanaged C++]
public: HRESULT get_EndObject(
    IAgStkObject ** ppEndObject
);
public: HRESULT put_EndObject(
    IAgStkObject pEndObject
);
[Java]
public IAgStkObject getEndObject();
public void setEndObject(
    IAgStkObject
);
[Python - STK API ]
@property
def EndObject(self) -> "IAgStkObject":

@EndObject.setter
def EndObject(self, pEndObject:"IAgStkObject") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.