Share

PartViewDef Class

Contains information about how a part is displayed.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        ImpObject
          Autodesk.Civil.DatabaseServicesPartViewDef


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class PartViewDef : ImpObject

VB

Public Class PartViewDef
	Inherits ImpObject

C++

public ref class PartViewDef : public ImpObject

The PartViewDef type exposes the following members.

Properties

 NameDescription
Public propertyBoundingBodyBlockId Gets the bounding body block id.
Public propertyBoundingBodyBlockName Gets the bounding body block name.
Public propertyPartBodyGraphicsBlockId Gets the part body graphics block id.
Public propertyPartBodyGraphicsBlockName Gets the part body graphics block name.

See Also

Reference

Was this information helpful?