STK Vector Geometry ToolSend comments on this topic.
Component Property (IAgCrdnCalcScalarVectorComponent)
See Also
Windows





Windows & Linux

Description

The component of the vector to return as the value of the scalar.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Component() As AgECrdnVectorComponentType
[C#]
public AgECrdnVectorComponentType Component {get; set;}
[Managed C++]
public: __property AgECrdnVectorComponentType get_Component();
public: __property void set_Component( AgECrdnVectorComponentType );
[Unmanaged C++]
public: HRESULT get_Component(
    AgECrdnVectorComponentType * pRetVal
);
public: HRESULT put_Component(
    AgECrdnVectorComponentType Component
);
[Java]
public AgECrdnVectorComponentType getComponent();
public void setComponent(
    AgECrdnVectorComponentType
);
[Python - STK API ]
@property
def Component(self) -> "AgECrdnVectorComponentType":

@Component.setter
def Component(self, Component:"AgECrdnVectorComponentType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.