Click or drag to resize

WriteBackHandlerGetProperty Method (String, ctPropertyScope)

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public Tuple<CTAttribute, CTProperty> GetProperty(
	string oAttributeName,
	ctPropertyScope scope
)

Parameters

oAttributeName
Type: SystemString
scope
Type: ctPropertyScope

Return Value

Type: TupleCTAttribute, CTProperty
See Also