DrawableSubSetAttributes Method
|
Sets the values of the instance's sub-entity
traits.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected abstract int SubSetAttributes(
DrawableTraits traits
)
Protected MustOverride Function SubSetAttributes (
traits As DrawableTraits
) As Integer
protected:
virtual int SubSetAttributes(
DrawableTraits^ traits
) abstract
abstract SubSetAttributes :
traits : DrawableTraits -> int
Parameters
- traits DrawableTraits
- [out] Traits to be filled and returned to a calling
subroutine.
Return Value
Int32
The result of setting the values.
See Also