Share

IiProperties.Volume Property (Object)

Gets or sets (overrides) the volume of a component or document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property Volume ( 
	componentOrDocName As Object
) As Double
	Get
	Set

C#

double this[
	Object componentOrDocName
] { get; set; }

Parameters

componentOrDocName
Type: System.Object
The component or document name.

Property Value

Type: Double
The volume in document units.

See Also

Reference

Was this information helpful?