Share

IManagedSheet.Name Property

Returns the name of the sheet.

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

Syntax

VB

ReadOnly Property Name As String
	Get

C#

string Name { get; }

Return Value

Type: String

Implements

IManagedItem(T).Name
ICadDrawingSheet.Name

Remarks

This is required because the IManagedItem(T) and ICadDrawingSheet both implement the Name property.

See Also

Reference

Was this information helpful?