DBObjectSubSetAttributes Method
|
Sets the values of the instance's sub-entity
traits.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected override int SubSetAttributes(
DrawableTraits traits
)
Protected Overrides Function SubSetAttributes (
traits As DrawableTraits
) As Integer
protected:
virtual int SubSetAttributes(
DrawableTraits^ traits
) override
abstract SubSetAttributes :
traits : DrawableTraits -> int
override SubSetAttributes :
traits : DrawableTraits -> int
Parameters
- traits DrawableTraits
- [out] Handle to traits to be filled and returned to a calling
subroutine.
Return Value
Int32
A set of flags represented with an unsigned 32-bit integer
value.
See Also