Sets the attributes type.
[Visual Basic .NET] |
---|
Public Sub SetAttributesType( _ ByVal Attributes As AgEVeGfxAttributes _ ) |
[C#] |
---|
public void SetAttributesType( AgEVeGfxAttributes Attributes ); |
[Managed C++] |
---|
public: void SetAttributesType( AgEVeGfxAttributes Attributes ); |
[Unmanaged C++] |
---|
public: HRESULT SetAttributesType( AgEVeGfxAttributes Attributes ); |
[Java] |
---|
public void setAttributesType( AgEVeGfxAttributes Attributes ); |
[Python - STK API ] |
---|
def SetAttributesType(self, Attributes:"AgEVeGfxAttributes") -> None: |
- Attributes